home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- if the colorDepth <> 16 then
- set the colorDepth to 16
- end if
- end
-
- on introRoller
- if rollOver(20) then
- set the visible of sprite 2 to 1
- set the visible of sprite 3 to 0
- else
- if rollOver(21) then
- set the visible of sprite 2 to 0
- set the visible of sprite 3 to 1
- else
- set the visible of sprite 2 to 0
- set the visible of sprite 3 to 0
- end if
- end if
- setTheVolumePlease()
- end
-
- on stopMovie
- puppetSound(1, 0)
- puppetSound(0)
- end
-